This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Lorraine Umkiteroopsi 4.Oct.02 09:45 AM a Web browser Applications DevelopmentAll ReleasesWindows 2000
Hi,
I have the worlds simplest JSP page, using tomcat 4.1.0, running against Release candidate Domino 6. (All servers on windows 2000)
This server has the "internet sites" option enabled.
When I try and authenticate against the domino server using a defined (in the directory) username/password, I get (on the domino server console):
DIIOP Server: server access denied to user '...' through 'BCS' site..
I can access the requested database fine via HTTP and this username/password combination.
Tomcat reports:
NOTES EXCEPTION in <domino:view>: (4488) Server access denied.
This seems to be called (via the stack trace) from:
lotus.domino.corba._IObjectServerStub.createSession
Now, this runs fine with Websphere against another Domino 6 server (Without Internet sites enabled), and with the same version of tomcat against a domino 6 server (without internet sites enabled).
(Websphere uses the NCSOW.jar, and tomcat uses NCSO.jar, both from the 5.10 Java kit. Is there version 6 copies of these JAR files yet ?)
This user is allowed basically EVERYTHING in the server security documents (same entries in both servers - both servers in the same NAB, etc).
I've even enabled "http clients can browse databases" to no avail.
Is this a specific DIIOP/Internet sites issue ? How do you work past this ? Does this bug (if indeed its a bug) exist in the gold code ?
Apologies if this was addressed in the Domino 6 beta forum - I cant seem to find a link to it anymore...